home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
djgpp
/
src
/
texinfo-.1
/
libtxi
/
makefile.djg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-08-29
|
279 b
|
21 lines
OBJS = getopt.o getopt1.o
PROGS = libtxi.a
CFLAGS = -O2
.c.o:
gcc -c -I. $(CFLAGS) $<
libtxi.a: $(OBJS)
ar qcv libtxi.a $(OBJS)
ranlib libtxi.a
getopt.o: getopt.c getopt.h
getopt1.o: getopt1.c getopt.h
alloca.o: alloca.c
clean :
-del *.o
-del *.a